home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / vision / animatio / dl / dl_play.doc < prev    next >
Text File  |  1995-11-25  |  3KB  |  104 lines

  1. (English below)
  2.  
  3. Ein einfacher DL-Player für den Atari (Mono, 16 oder 256 Farben).
  4. Für alle die, die sich über die große Sammlung im PC Bereich geärgert
  5. haben. Version: 0.91 Erste Version! DL Version 1 & 2 Unterstützung!
  6.  
  7.  
  8.       Autor: Dieter Fiebelkorn
  9.              Grüner Weg 29a
  10.              45768 Marl
  11.              02365/65952
  12.  
  13.  
  14.  
  15.                      Postcardware!
  16.                      =============
  17.  
  18.  
  19. DL_PLAY.PRG  : Version für alle Atari's.
  20. DL_P020.PRG  : Für Rechner mit einem 68020 Prozessor oder höher.
  21. DL_P881.PRG  : Für Rechner mit einem zusätzlichen Coprozessor.
  22.  
  23. Tastaturbedienung:
  24. ------------------
  25.  
  26. '+'           : Aufhellen des Bildes um 5%.
  27. '-'           : Abdunkeln des Bildes um 5%.
  28. '*'           : Originalhelligkeit.
  29.  
  30. '/'           : Rot - Blau - Tausch.
  31.                 Bei CVID Graustufen/Farb-Anzeige
  32.  
  33. '.'           : Verdoppelung des Bildes ein/ausschalten.
  34.  
  35. '0'           : Zum ersten Bild zurückspringen.
  36. '3'           : 10 Bilder überspringen.
  37. '6'           : 25 Bilder überspringen.
  38. '9'           : 100 Bilder überspringen.
  39.  
  40. '('           : Jedes Bild darstellen.
  41. ')'           : Jedes 2., 3., ... 10. Bild darstellen.
  42.  
  43. 's'           : Speichern des Bildes als ESM-Datei.
  44. '<SPACE>'
  45. '<LEERTASTE>' : Standbild ein/ausschalten.
  46. '<RETURN>'
  47. '<ENTER>'     : Einzelbild Weiterschaltung.
  48.  
  49. '<ESC>', 'q'  : Programm beenden.
  50.  
  51.  
  52.  
  53. =======================================================================
  54.  
  55.  
  56.  
  57. A simple DL player for Atari (mono, 16 or 256 colors).
  58. For all, which have found any animations and couldn't show them.
  59. The viewer supports version 1 & 2 DL animations! Version 0.91
  60.  
  61.  
  62.      Author: Dieter Fiebelkorn
  63.              Grüner Weg 29a
  64.              45768 Marl
  65.              --- Germany ---
  66.  
  67.  
  68.  
  69.                      Postcardware!
  70.                      =============
  71.  
  72.  
  73. DL_PLAY.PRG  : version for all Atari's.
  74. DL_P020.PRG  : for Atari with a 68020 prozessor or higher.
  75. DL_P881.PRG  : for Atari with a mathematic coprozessor.
  76.  
  77. Tastaturbedienung:
  78. ------------------
  79.  
  80. '+'           : Brighten the image by +5%.
  81. '-'           : Brighten the image by +5%.
  82. '*'           : original colors.
  83.  
  84. '/'           : red - blue - switch.
  85.                 for CVID grayscale/color display.
  86.  
  87. '.'           : double the image (on/off).
  88.  
  89. '0'           : return to the first image.
  90. '3'           : skip 10 images.
  91. '6'           : skip 25 images.
  92. '9'           : skip 100 images.
  93.  
  94. '('           : show every image.
  95. ')'           : show only every 2., 3., ... 10. image.
  96.  
  97. 's'           : save image a ESM picture.
  98. '<SPACE>'
  99. '<LEERTASTE>' : pause on/off.
  100. '<RETURN>'
  101. '<ENTER>'     : single step in pause mode.
  102.  
  103. '<ESC>', 'q'  : quit animation.
  104.